home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3frende.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3FRENDE_H = 1;
- include("oops/r3model.js")
-
-
- var R3CLID_FILERENDERMODEL = 245;
-
-
-
-
- // Description: Add new output. The parameter 'p3' should refer to name of an existing output
- // object.
- // Returns: Boolean, true if succeeded
- // p1: String, output file name
- // p3: String, the name of the output object to be added.
-
- R3FIREM_ADDOUTPUT = 245000;
-
- function mR3FIREM_ADDOUTPUT(p1, p3) {
- return DoA2(this.r3obj, 245000, p1, R3TID_STRING, 0, p3, R3TID_STRING, 0);
- }
-
- // Description: Remove output from the project.
- // Returns: Boolean, true if object object was found.
- // p1: String, output file name
- // p3: String, name of the output object to be removed.
-
- R3FIREM_REMOVEOUTPUT = 245001;
-
- function mR3FIREM_REMOVEOUTPUT(p1, p3) {
- return DoA2(this.r3obj, 245001, p1, R3TID_STRING, 0, p3, R3TID_STRING, 0);
- }
-
- // Description: Clear all outputs.
-
- R3FIREM_REMOVEALLOUTPUTS = 245002;
-
- function mR3FIREM_REMOVEALLOUTPUTS() {
- DoA(this.r3obj, 245002, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Update filenames for output objects
- // p1: String, new filename
- // p2: String, if given touch only outputs with this name.
- // p3: String, if given, touch only outputs associated with this output object
-
- R3FIREM_UPDATEOUTPUTFILENAME = 245003;
-
- function mR3FIREM_UPDATEOUTPUTFILENAME(p1, p2, p3) {
- DoA3(this.r3obj, 245003, p1, R3TID_STRING, 0, p2, R3TID_STRING, 0, p3, R3TID_STRING, 0);
- }
-
-
-
-
- R3FIREA_Outputs = 245500;
- function GetR3FIREA_Outputs() {
- return R3Get(this.r3obj, R3FIREA_Outputs, R3TID_LIST, R3TNF_ARRAY);
- }
-
- R3FIREA_Width = 245501;
- function SetR3FIREA_Width(value) {
- R3Set(this.r3obj, R3FIREA_Width, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_Width() {
- return R3Get(this.r3obj, R3FIREA_Width, R3TID_INTEGER, 0);
- }
-
- R3FIREA_Height = 245502;
- function SetR3FIREA_Height(value) {
- R3Set(this.r3obj, R3FIREA_Height, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_Height() {
- return R3Get(this.r3obj, R3FIREA_Height, R3TID_INTEGER, 0);
- }
-
- R3FIREA_BoxX = 245503;
- function SetR3FIREA_BoxX(value) {
- R3Set(this.r3obj, R3FIREA_BoxX, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_BoxX() {
- return R3Get(this.r3obj, R3FIREA_BoxX, R3TID_INTEGER, 0);
- }
-
- R3FIREA_BoxY = 245504;
- function SetR3FIREA_BoxY(value) {
- R3Set(this.r3obj, R3FIREA_BoxY, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_BoxY() {
- return R3Get(this.r3obj, R3FIREA_BoxY, R3TID_INTEGER, 0);
- }
-
- R3FIREA_BoxW = 245505;
- function SetR3FIREA_BoxW(value) {
- R3Set(this.r3obj, R3FIREA_BoxW, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_BoxW() {
- return R3Get(this.r3obj, R3FIREA_BoxW, R3TID_INTEGER, 0);
- }
-
- R3FIREA_BoxH = 245506;
- function SetR3FIREA_BoxH(value) {
- R3Set(this.r3obj, R3FIREA_BoxH, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_BoxH() {
- return R3Get(this.r3obj, R3FIREA_BoxH, R3TID_INTEGER, 0);
- }
-
- R3FIREA_FileName = 245507;
- function SetR3FIREA_FileName(value) {
- R3Set(this.r3obj, R3FIREA_FileName, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_FileName() {
- return R3Get(this.r3obj, R3FIREA_FileName, R3TID_STRING, 0);
- }
-
- R3FIREA_FileNumberingFormat = 245508;
- function SetR3FIREA_FileNumberingFormat(value) {
- R3Set(this.r3obj, R3FIREA_FileNumberingFormat, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_FileNumberingFormat() {
- return R3Get(this.r3obj, R3FIREA_FileNumberingFormat, R3TID_STRING, 0);
- }
-
- R3FIREA_EffectName = 245509;
- function SetR3FIREA_EffectName(value) {
- R3Set(this.r3obj, R3FIREA_EffectName, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_EffectName() {
- return R3Get(this.r3obj, R3FIREA_EffectName, R3TID_STRING, 0);
- }
-
- R3FIREA_RenderSettingName = 245510;
- function SetR3FIREA_RenderSettingName(value) {
- R3Set(this.r3obj, R3FIREA_RenderSettingName, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_RenderSettingName() {
- return R3Get(this.r3obj, R3FIREA_RenderSettingName, R3TID_STRING, 0);
- }
-
- R3FIREA_BeginAnimationComman = 245511;
- function SetR3FIREA_BeginAnimationComman(value) {
- R3Set(this.r3obj, R3FIREA_BeginAnimationComman, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_BeginAnimationComman() {
- return R3Get(this.r3obj, R3FIREA_BeginAnimationComman, R3TID_STRING, 0);
- }
-
- R3FIREA_EndAnimationCommand = 245512;
- function SetR3FIREA_EndAnimationCommand(value) {
- R3Set(this.r3obj, R3FIREA_EndAnimationCommand, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_EndAnimationCommand() {
- return R3Get(this.r3obj, R3FIREA_EndAnimationCommand, R3TID_STRING, 0);
- }
-
- R3FIREA_BeginFrameCommand = 245513;
- function SetR3FIREA_BeginFrameCommand(value) {
- R3Set(this.r3obj, R3FIREA_BeginFrameCommand, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_BeginFrameCommand() {
- return R3Get(this.r3obj, R3FIREA_BeginFrameCommand, R3TID_STRING, 0);
- }
-
- R3FIREA_EndFrameCommand = 245514;
- function SetR3FIREA_EndFrameCommand(value) {
- R3Set(this.r3obj, R3FIREA_EndFrameCommand, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_EndFrameCommand() {
- return R3Get(this.r3obj, R3FIREA_EndFrameCommand, R3TID_STRING, 0);
- }
-
- R3FIREA_BeginAnimationClid = 245515;
- function SetR3FIREA_BeginAnimationClid(value) {
- R3Set(this.r3obj, R3FIREA_BeginAnimationClid, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_BeginAnimationClid() {
- return R3Get(this.r3obj, R3FIREA_BeginAnimationClid, R3TID_INTEGER, 0);
- }
-
- R3FIREA_EndAnimationClid = 245516;
- function SetR3FIREA_EndAnimationClid(value) {
- R3Set(this.r3obj, R3FIREA_EndAnimationClid, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_EndAnimationClid() {
- return R3Get(this.r3obj, R3FIREA_EndAnimationClid, R3TID_INTEGER, 0);
- }
-
- R3FIREA_BeginFrameClid = 245517;
- function SetR3FIREA_BeginFrameClid(value) {
- R3Set(this.r3obj, R3FIREA_BeginFrameClid, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_BeginFrameClid() {
- return R3Get(this.r3obj, R3FIREA_BeginFrameClid, R3TID_INTEGER, 0);
- }
-
- R3FIREA_EndFrameClid = 245518;
- function SetR3FIREA_EndFrameClid(value) {
- R3Set(this.r3obj, R3FIREA_EndFrameClid, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_EndFrameClid() {
- return R3Get(this.r3obj, R3FIREA_EndFrameClid, R3TID_INTEGER, 0);
- }
-
- R3FIREA_BaseIndex = 245519;
- function SetR3FIREA_BaseIndex(value) {
- R3Set(this.r3obj, R3FIREA_BaseIndex, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_BaseIndex() {
- return R3Get(this.r3obj, R3FIREA_BaseIndex, R3TID_INTEGER, 0);
- }
-
- R3FIREA_RenderBoxActive = 245520;
- function SetR3FIREA_RenderBoxActive(value) {
- R3Set(this.r3obj, R3FIREA_RenderBoxActive, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3FIREA_RenderBoxActive() {
- return R3Get(this.r3obj, R3FIREA_RenderBoxActive, R3TID_BOOLEAN, 0);
- }
-
- R3FIREA_FormatType = 245521;
- function SetR3FIREA_FormatType(value) {
- R3Set(this.r3obj, R3FIREA_FormatType, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_FormatType() {
- return R3Get(this.r3obj, R3FIREA_FormatType, R3TID_INTEGER, 0);
- }
-
- R3FIREA_State = 245522;
- function SetR3FIREA_State(value) {
- R3Set(this.r3obj, R3FIREA_State, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_State() {
- return R3Get(this.r3obj, R3FIREA_State, R3TID_INTEGER, 0);
- }
-
- R3FIREA_AspectLocked = 245523;
- function SetR3FIREA_AspectLocked(value) {
- R3Set(this.r3obj, R3FIREA_AspectLocked, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3FIREA_AspectLocked() {
- return R3Get(this.r3obj, R3FIREA_AspectLocked, R3TID_BOOLEAN, 0);
- }
-
- R3FIREA_ImageEffectName = 245526;
- function SetR3FIREA_ImageEffectName(value) {
- R3Set(this.r3obj, R3FIREA_ImageEffectName, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_ImageEffectName() {
- return R3Get(this.r3obj, R3FIREA_ImageEffectName, R3TID_STRING, 0);
- }
-
- R3FIREA_FieldEffectName = 245527;
- function SetR3FIREA_FieldEffectName(value) {
- R3Set(this.r3obj, R3FIREA_FieldEffectName, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_FieldEffectName() {
- return R3Get(this.r3obj, R3FIREA_FieldEffectName, R3TID_STRING, 0);
- }
-
- R3FIREA_FrameEffectName = 245528;
- function SetR3FIREA_FrameEffectName(value) {
- R3Set(this.r3obj, R3FIREA_FrameEffectName, value, R3TID_STRING, 0);
- }
-
- function GetR3FIREA_FrameEffectName() {
- return R3Get(this.r3obj, R3FIREA_FrameEffectName, R3TID_STRING, 0);
- }
-
- R3FIREA_RenderAction = 245529;
- function SetR3FIREA_RenderAction(value) {
- R3Set(this.r3obj, R3FIREA_RenderAction, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FIREA_RenderAction() {
- return R3Get(this.r3obj, R3FIREA_RenderAction, R3TID_INTEGER, 0);
- }
-
- var R3FRFORMATTYPE_DEFAULT = 0;
- var R3FRFORMATTYPE_CUSTOM = 1;
- var R3FRSF_IMAGE = 1;
- var R3FRSF_ANIMATION = 2;
- var R3FIRE_RENDER = 0;
- var R3FIRE_RENDERWITHBACKUP = 1;
- var R3FIRE_POSTPROCESS = 2;
-
-
- function r3Filerendermodel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FILERENDERMODEL, arguments);
- }
- // Methods
- this.ADDOUTPUT=mR3FIREM_ADDOUTPUT;
- this.REMOVEOUTPUT=mR3FIREM_REMOVEOUTPUT;
- this.REMOVEALLOUTPUTS=mR3FIREM_REMOVEALLOUTPUTS;
- this.UPDATEOUTPUTFILENAME=mR3FIREM_UPDATEOUTPUTFILENAME;
-
- // Attributes
- this.GetOutputs=GetR3FIREA_Outputs;
- this.GetWidth=GetR3FIREA_Width;
- this.SetWidth=SetR3FIREA_Width;
- this.GetHeight=GetR3FIREA_Height;
- this.SetHeight=SetR3FIREA_Height;
- this.GetBoxX=GetR3FIREA_BoxX;
- this.SetBoxX=SetR3FIREA_BoxX;
- this.GetBoxY=GetR3FIREA_BoxY;
- this.SetBoxY=SetR3FIREA_BoxY;
- this.GetBoxW=GetR3FIREA_BoxW;
- this.SetBoxW=SetR3FIREA_BoxW;
- this.GetBoxH=GetR3FIREA_BoxH;
- this.SetBoxH=SetR3FIREA_BoxH;
- this.GetFileName=GetR3FIREA_FileName;
- this.SetFileName=SetR3FIREA_FileName;
- this.GetFileNumberingFormat=GetR3FIREA_FileNumberingFormat;
- this.SetFileNumberingFormat=SetR3FIREA_FileNumberingFormat;
- this.GetEffectName=GetR3FIREA_EffectName;
- this.SetEffectName=SetR3FIREA_EffectName;
- this.GetRenderSettingName=GetR3FIREA_RenderSettingName;
- this.SetRenderSettingName=SetR3FIREA_RenderSettingName;
- this.GetBeginAnimationComman=GetR3FIREA_BeginAnimationComman;
- this.SetBeginAnimationComman=SetR3FIREA_BeginAnimationComman;
- this.GetEndAnimationCommand=GetR3FIREA_EndAnimationCommand;
- this.SetEndAnimationCommand=SetR3FIREA_EndAnimationCommand;
- this.GetBeginFrameCommand=GetR3FIREA_BeginFrameCommand;
- this.SetBeginFrameCommand=SetR3FIREA_BeginFrameCommand;
- this.GetEndFrameCommand=GetR3FIREA_EndFrameCommand;
- this.SetEndFrameCommand=SetR3FIREA_EndFrameCommand;
- this.GetBeginAnimationClid=GetR3FIREA_BeginAnimationClid;
- this.SetBeginAnimationClid=SetR3FIREA_BeginAnimationClid;
- this.GetEndAnimationClid=GetR3FIREA_EndAnimationClid;
- this.SetEndAnimationClid=SetR3FIREA_EndAnimationClid;
- this.GetBeginFrameClid=GetR3FIREA_BeginFrameClid;
- this.SetBeginFrameClid=SetR3FIREA_BeginFrameClid;
- this.GetEndFrameClid=GetR3FIREA_EndFrameClid;
- this.SetEndFrameClid=SetR3FIREA_EndFrameClid;
- this.GetBaseIndex=GetR3FIREA_BaseIndex;
- this.SetBaseIndex=SetR3FIREA_BaseIndex;
- this.GetRenderBoxActive=GetR3FIREA_RenderBoxActive;
- this.SetRenderBoxActive=SetR3FIREA_RenderBoxActive;
- this.GetFormatType=GetR3FIREA_FormatType;
- this.SetFormatType=SetR3FIREA_FormatType;
- this.GetState=GetR3FIREA_State;
- this.SetState=SetR3FIREA_State;
- this.GetAspectLocked=GetR3FIREA_AspectLocked;
- this.SetAspectLocked=SetR3FIREA_AspectLocked;
- this.GetImageEffectName=GetR3FIREA_ImageEffectName;
- this.SetImageEffectName=SetR3FIREA_ImageEffectName;
- this.GetFieldEffectName=GetR3FIREA_FieldEffectName;
- this.SetFieldEffectName=SetR3FIREA_FieldEffectName;
- this.GetFrameEffectName=GetR3FIREA_FrameEffectName;
- this.SetFrameEffectName=SetR3FIREA_FrameEffectName;
- this.GetRenderAction=GetR3FIREA_RenderAction;
- this.SetRenderAction=SetR3FIREA_RenderAction;
- }
-
- r3Filerendermodel.prototype=new r3Model;
- // r3frende.h_H